Package com.cisco.pt.ipc.sim.impl
Class TelnetClientProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.TelnetClientProcessImpl
- All Implemented Interfaces:
IPCObject,Process,TelnetClientProcess
Information provided by the PKI file:
\class TelnetClientProcess
\brief TelnetClientProcess handles and manipulates the Telnet client.
\example network().getDevice("Router0").getVtyLine(0).getTelnetClientAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionTelnetClientProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidInformation provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
TelnetClientProcessImpl
public TelnetClientProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getDestination
Information provided by the PKI file:
\brief Returns the destination IP address. \param ip, the destination IP address.- Specified by:
getDestinationin interfaceTelnetClientProcess- Returns:
- IPAddress Returns a IPAddress
-
disconnect
public void disconnect()Information provided by the PKI file:
\brief Disconnects the telnet connection.- Specified by:
disconnectin interfaceTelnetClientProcess
-